public class PrestazioneSpeditaResponse
extends java.lang.Object
Classe Java per prestazioneSpeditaResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="prestazioneSpeditaResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codFarmaco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="impSpesa" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="numPezzi" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codFarmaco |
protected double |
impSpesa |
protected int |
numPezzi |
| Constructor and Description |
|---|
PrestazioneSpeditaResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodFarmaco()
Recupera il valore della proprietà codFarmaco.
|
double |
getImpSpesa()
Recupera il valore della proprietà impSpesa.
|
int |
getNumPezzi()
Recupera il valore della proprietà numPezzi.
|
void |
setCodFarmaco(java.lang.String value)
Imposta il valore della proprietà codFarmaco.
|
void |
setImpSpesa(double value)
Imposta il valore della proprietà impSpesa.
|
void |
setNumPezzi(int value)
Imposta il valore della proprietà numPezzi.
|
protected java.lang.String codFarmaco
protected double impSpesa
protected int numPezzi
public java.lang.String getCodFarmaco()
Stringpublic void setCodFarmaco(java.lang.String value)
value - allowed object is
Stringpublic double getImpSpesa()
public void setImpSpesa(double value)
public int getNumPezzi()
public void setNumPezzi(int value)